﻿2026-07-17T02:50:48.5046767Z ##[group]Run actions/checkout@v5
2026-07-17T02:50:48.5047264Z with:
2026-07-17T02:50:48.5047751Z   fetch-depth: 0
2026-07-17T02:50:48.5048078Z   repository: BigscreenVR/spt-bs-core
2026-07-17T02:50:48.5050528Z   token: ***
2026-07-17T02:50:48.5050833Z   ssh-strict: true
2026-07-17T02:50:48.5051134Z   ssh-user: git
2026-07-17T02:50:48.5051441Z   persist-credentials: true
2026-07-17T02:50:48.5051770Z   clean: true
2026-07-17T02:50:48.5052072Z   sparse-checkout-cone-mode: true
2026-07-17T02:50:48.5052445Z   fetch-tags: false
2026-07-17T02:50:48.5052983Z   show-progress: true
2026-07-17T02:50:48.5053313Z   lfs: false
2026-07-17T02:50:48.5053618Z   submodules: false
2026-07-17T02:50:48.5053928Z   set-safe-directory: true
2026-07-17T02:50:48.5054278Z ##[endgroup]
2026-07-17T02:50:48.6848761Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-17T02:50:48.6850246Z ##[group]Getting Git version info
2026-07-17T02:50:48.6850927Z Working directory is 'C:\actions-runner\_work\spt-bs-core\spt-bs-core'
2026-07-17T02:50:48.7147192Z [command]"c:\program files\git\cmd\git.exe" version
2026-07-17T02:50:48.7379134Z git version 2.43.0.windows.1
2026-07-17T02:50:48.7402808Z ##[endgroup]
2026-07-17T02:50:48.7410561Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\c6ca9931-7857-41c7-b11a-24ba3d62b66e\.gitconfig'
2026-07-17T02:50:48.7424522Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\c6ca9931-7857-41c7-b11a-24ba3d62b66e' before making global git config changes
2026-07-17T02:50:48.7426101Z Adding repository directory to the temporary git global config as a safe directory
2026-07-17T02:50:48.7429250Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-bs-core\spt-bs-core
2026-07-17T02:50:48.9087678Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-07-17T02:50:48.9312889Z https://github.com/BigscreenVR/spt-bs-core
2026-07-17T02:50:48.9338034Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-17T02:50:48.9342528Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-17T02:50:48.9577337Z HEAD
2026-07-17T02:50:48.9861748Z ##[endgroup]
2026-07-17T02:50:48.9865318Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-07-17T02:50:49.6763702Z ##[group]Cleaning the repository
2026-07-17T02:50:49.6767754Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-07-17T02:51:00.7270412Z Removing .adapter-notify/
2026-07-17T02:51:00.7270779Z Removing target/
2026-07-17T02:51:00.7305644Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-07-17T02:51:00.7998821Z HEAD is now at 066a2601 Merge 73b29b858bbffb2c758382c80d74def0aabb328f into ada89b448b3914910038477c065bb2163a0e5ecf
2026-07-17T02:51:00.8021707Z ##[endgroup]
2026-07-17T02:51:00.8026197Z ##[group]Disabling automatic garbage collection
2026-07-17T02:51:00.8031317Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-07-17T02:51:00.8285704Z ##[endgroup]
2026-07-17T02:51:00.8286123Z ##[group]Setting up auth
2026-07-17T02:51:00.8291937Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-07-17T02:51:01.0169668Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-07-17T02:51:01.7256162Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-17T02:51:01.7513697Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-07-17T02:51:02.5895710Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-17T02:51:02.6181039Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-07-17T02:51:03.5795308Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-07-17T02:51:03.6111090Z ##[endgroup]
2026-07-17T02:51:03.6111516Z ##[group]Fetching the repository
2026-07-17T02:51:03.6119301Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --prune --no-recurse-submodules --unshallow origin +refs/heads/*:refs/remotes/origin/* +refs/tags/*:refs/tags/* +066a26013ab732b7fed6a3e5541638fdc3a64001:refs/remotes/pull/18/merge
2026-07-17T02:51:04.7611073Z From https://github.com/BigscreenVR/spt-bs-core
2026-07-17T02:51:04.7611540Z    cb70090b..73b29b85  build/redispatch-stall-w1 -> origin/build/redispatch-stall-w1
2026-07-17T02:51:04.7801592Z ##[endgroup]
2026-07-17T02:51:04.7802038Z ##[group]Determining the checkout info
2026-07-17T02:51:04.7802464Z ##[endgroup]
2026-07-17T02:51:04.7807447Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-07-17T02:51:04.8100888Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-07-17T02:51:04.9741184Z ##[group]Checking out the ref
2026-07-17T02:51:04.9746220Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/18/merge
2026-07-17T02:51:05.0129950Z HEAD is now at 066a2601 Merge 73b29b858bbffb2c758382c80d74def0aabb328f into ada89b448b3914910038477c065bb2163a0e5ecf
2026-07-17T02:51:05.0149867Z ##[endgroup]
2026-07-17T02:51:05.0416678Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-07-17T02:51:05.0647027Z 066a26013ab732b7fed6a3e5541638fdc3a64001
